home *** CD-ROM | disk | FTP | other *** search
- failat 30
- cd cit:
- echo "Email - Networking started "
- delete t:temp
- ;
- ; loop until there are no more message packets to process
- ;
- date >>cit:net/email.netlog
- LAB LOOP1
- cimr yam:archive1/#? "AmigaZone" t:temp remove >>cit:net/email.netlog
- if ERROR
- echo "Error processing mail for KRONOS, exiting"
- else
- if exists t:temp
- uudecode t:temp
- unzip -o -q kronos.zip <>nil:
- msgadd "Kronos" Kronos >>cit:net/email.netlog
- save_file Kronos cit:net/net_save
- delete t:temp
- delete Kronos.zip
- skip LOOP1 back
- else
- echo "Finished mail processing from Kronos"
- endif
- endif
- LAB LOOP2
- cimr yam:archive3/#? "US 914 244 3252" t:temp remove >>cit:net/email.netlog
- if ERROR
- echo "Error processing mail for UNCENSORED, exiting"
- else
- if exists t:temp
- uudecode t:temp
- msgadd "UNCENSORED" UNCENSOR >>cit:net/email.netlog
- save_file UNCENSOR cit:net/net_save
- delete t:temp
- skip LOOP2 back
- else
- echo "Finished mail processing from UNCENSORED"
- endif
- endif
- echo "Email - Networking finished"
-